Asset representation of a texture
By using Array2D instead of T[][], only one array instance is created, not "n" arrays. So it is a lot faster when you use that instead of array of arrays.
See Source File
Asset representation of a texture